Indicates the contents of a control have changed. Sent any time the contents of the edit control part of a combo control change. The message is sent after the changes have already been displayed.
Syntax
Private Sub dbpCombo1_Change([index As Integer])
The Change event syntax has these parts:
Part | Description |
dbpCombo1 | An instance of an ComboOne control. |
index | An integer that uniquely identifies a control if it's in a control array. |
Remarks
The Change event procedure can synchronize or coordinate data display among controls.
Copyright (c) 1998 DBPro - Database Solutions for Professionals GmbH